home *** CD-ROM | disk | FTP | other *** search
- Path: news.cs.ucla.edu!edwin
- From: edwin@cs.ucla.edu (E. Robert Tisdale)
- Newsgroups: comp.lang.c,comp.lang.c++
- Subject: Re: [Q] Multi-dimensional array problem!!!!!
- Date: 19 Apr 1996 00:16:16 GMT
- Organization: UCLA Computer Science Dept.
- Message-ID: <4l6m0g$nb9@delphi.cs.ucla.edu>
- References: <4l651f$p8v@oldfart.ecl.wustl.edu> <4l6if4$ebe@news1.mnsinc.com>
- NNTP-Posting-Host: flamingo.cs.ucla.edu
- X-Newsreader: NN version 6.5.0.b3.0 #9 (NOV)
-
- huang@mnsinc.com (Szu-Wen Huang) writes:
- >[snip]
-
- The C++ Tensor class is available via anonymous ftp from `pink.cs.ucla.edu'.
- It uses a recursive class template definition for N-dimensional arrays.
- It is an experimental class which is not ready for practical application.
- All I have to work with is version 2.6.2 of the Gnu C++ compiler on Linux
- and Solaris workstations. I would appreciate it very much if someone
- would try to compile it with another compiler and give me some feedback.
- I know that it won't compile with the Sun C++ 3.0.1 compiler but I don't
- know about the Sun C++ 4.0.1 compiler.
-
- Enjoy, Bob Tisdale (edwin@cs.ucla.edu)
-
- P.S. I hope the following notes will be helpful.
-
- unix% ftp pink.cs.ucla.edu
- Name (ftp.cs.ucla.edu:your_login_ID): ftp
- Password: your_login_ID@
- ftp> cd pub
- ftp> binary
- ftp> get Tensor.tar.Z
- ftp> bye
- unix% uncompress Tensor.tar.Z
- unix% tar xvf Tensor.tar
- unix% cd Tensor
- unix% make
- unix% ./tTensor < tData
-
- Note: pink.cs.ucla.edu is an alias for internet-address 131.179.64.80
-